home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / uucp / wcnews_1_0_30.lha / ChangesSince_Rel27 < prev    next >
Text File  |  1993-03-24  |  2KB  |  34 lines

  1. wusel, Wed, 24 Mar 1993 13:38:46 +0100:
  2.  
  3.  - made inews check for moderated groups and mail the article to the
  4.    moderator (bcc: user) if possible (i. e. if inews was able to compute
  5.    the moderator's address). format of uulib:news/mailpaths:
  6.  
  7.       # comments are introduced by a hash sign in the first column
  8.       news-group: moderator@site.do.main
  9.  
  10.    note that all dots in `news.group' are replaced by `-'; this seems to be
  11.    a convention (haven't found this in the rfc). although i'm not convinced
  12.    this is neccessary, to reduce confusion (and flames =:->), i decided to
  13.    adopt that scheme.
  14.  
  15.    the article is only mailed to _one_ moderator, that is, the first address
  16.    we resolve is taken, why may or may not relate to the first moderated
  17.    group.
  18.  
  19.    the special definition `default: %s@site.do.main' defines a `smart-host'
  20.    for moderated groups; that is, if you know someone who has always an up-
  21.    to-date alias file in terms of moderators, simply enter this to have all
  22.    your postings to moderated groups mailed to that site. the `%s' is
  23.    replaced with the transformed name of the group in question (`news.admin.-
  24.    technical' -> `news-admin-technical').
  25.  
  26.    warning: the algorythm first checks for an exact match (`news.admin.techni-
  27.    cal' -> `news-admin-technical: user@site'). failing here, an existing
  28.    `default:' entry is used, this may lead to problems if you cross-post to
  29.    `local.moderated,news.admin.technical' and forgot to set up a mailpaths-
  30.    entry for `local.moderated': the article gets mailed to `local-moderated@-
  31.    site.do.main' according to you `default:' entry. but that's your problem,
  32.    not mine =:->
  33.  
  34.